Creates a polygon from the specified array of Point2D objects.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public static GeneralPath createPolygon ( |
A list with Point2D instances.
A GeneralPath instance that represents the polygon.
See Also